Xbasic

SYS_ID_HIDE Function

Syntax

V SYS_ID_HIDE([C window_name])

Arguments

window_name

The name of the window as reported by SYS_ID_ENUM()or seen on the window's title bar.

Description

SYS_ID_HIDE() hides the window specified by Window_Name.

The example below first shows, then hides the Power Meter window.

sys_id_show("Power Meter")
sys_id_hide("Power Meter")

Limitations

Desktop applications only.

See Also